home *** CD-ROM | disk | FTP | other *** search
- object fsTools: TfsTools
- Left = 344
- Top = 182
- AutoScroll = False
- BorderIcons = []
- Caption = 'Configure tool'
- ClientHeight = 173
- ClientWidth = 352
- Color = clBtnFace
- Constraints.MaxHeight = 200
- Constraints.MinHeight = 200
- Constraints.MinWidth = 360
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = True
- Position = poDesktopCenter
- Scaled = False
- OnCreate = FormCreate
- OnKeyDown = FormKeyDown
- OnResize = FormResize
- PixelsPerInch = 96
- TextHeight = 13
- object BevelB: TbsSkinBevel
- Left = 0
- Top = 35
- Width = 352
- Height = 2
- Align = alTop
- Shape = bsBottomLine
- SkinData = SkinDataModule.SkinData
- SkinDataName = 'bevel'
- DividerMode = False
- end
- object lTitle: TLabel
- Left = 7
- Top = 52
- Width = 20
- Height = 13
- Caption = 'Title'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- Transparent = True
- end
- object LProgram: TLabel
- Left = 7
- Top = 76
- Width = 40
- Height = 13
- Caption = 'Program'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- Transparent = True
- end
- object LParameters: TLabel
- Left = 7
- Top = 100
- Width = 55
- Height = 13
- Caption = 'Parameters'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- Transparent = True
- end
- object cntChangeType: TAMContainer
- Left = 0
- Top = 0
- Width = 352
- Height = 35
- Align = alTop
- OnResize = cntChangeTypeResize
- DoubleBuffered = False
- object LDescription: TLabel
- Left = 16
- Top = 3
- Width = 321
- Height = 29
- AutoSize = False
- Caption = 'Use "%1" in the parameters section for current filename'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- end
- object cntFooter: TAMContainer
- Left = 0
- Top = 133
- Width = 352
- Height = 40
- Align = alBottom
- OnResize = cntFooterResize
- DoubleBuffered = False
- object bOk: TbsSkinButton
- Left = 54
- Top = 5
- Width = 75
- Height = 24
- TabOrder = 0
- SkinData = SkinDataModule.SkinData
- SkinDataName = 'buttonlight'
- DefaultFont.Charset = DEFAULT_CHARSET
- DefaultFont.Color = clWindowText
- DefaultFont.Height = 13
- DefaultFont.Name = 'Tahoma'
- DefaultFont.Style = []
- DefaultWidth = 0
- DefaultHeight = 0
- UseSkinFont = True
- AllowAllUp = False
- TabStop = True
- CanFocused = True
- Down = False
- GroupIndex = 0
- Caption = 'Ok'
- NumGlyphs = 2
- Spacing = 1
- Enabled = False
- Default = True
- ModalResult = 1
- end
- object bCancel: TbsSkinButton
- Left = 158
- Top = 5
- Width = 75
- Height = 24
- TabOrder = 1
- SkinData = SkinDataModule.SkinData
- SkinDataName = 'buttonlight'
- DefaultFont.Charset = DEFAULT_CHARSET
- DefaultFont.Color = clWindowText
- DefaultFont.Height = 13
- DefaultFont.Name = 'Tahoma'
- DefaultFont.Style = []
- DefaultWidth = 0
- DefaultHeight = 0
- UseSkinFont = True
- AllowAllUp = False
- TabStop = True
- CanFocused = True
- Down = False
- GroupIndex = 0
- Caption = 'Cancel'
- NumGlyphs = 2
- Spacing = 1
- Cancel = True
- ModalResult = 2
- end
- end
- object eTitle: TbsSkinEdit
- Left = 64
- Top = 48
- Width = 281
- Height = 20
- DefaultFont.Charset = DEFAULT_CHARSET
- DefaultFont.Color = clWindowText
- DefaultFont.Height = 14
- DefaultFont.Name = 'Arial'
- DefaultFont.Style = []
- UseSkinFont = True
- DefaultWidth = 0
- DefaultHeight = 20
- ButtonMode = False
- SkinData = SkinDataModule.SkinData
- SkinDataName = 'editlight'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 14
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnChange = eTitleChange
- OnKeyDown = FormKeyDown
- end
- object eProgram: TbsSkinEdit
- Left = 64
- Top = 72
- Width = 281
- Height = 20
- DefaultFont.Charset = DEFAULT_CHARSET
- DefaultFont.Color = clWindowText
- DefaultFont.Height = 14
- DefaultFont.Name = 'Arial'
- DefaultFont.Style = []
- UseSkinFont = True
- DefaultWidth = 0
- DefaultHeight = 20
- ButtonMode = True
- SkinData = SkinDataModule.SkinData
- SkinDataName = 'buttonedit'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 14
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnButtonClick = eProgramButtonClick
- OnChange = eTitleChange
- OnKeyDown = FormKeyDown
- end
- object eParameters: TbsSkinEdit
- Left = 64
- Top = 96
- Width = 280
- Height = 20
- DefaultFont.Charset = DEFAULT_CHARSET
- DefaultFont.Color = clWindowText
- DefaultFont.Height = 14
- DefaultFont.Name = 'Arial'
- DefaultFont.Style = []
- UseSkinFont = True
- DefaultWidth = 0
- DefaultHeight = 20
- ButtonMode = False
- SkinData = SkinDataModule.SkinData
- SkinDataName = 'editlight'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 14
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnKeyDown = FormKeyDown
- end
- object OpenDialog1: TOpenDialog
- Filter = 'Applications (*.exe)|*.exe|All Files (*.*)|*.*'
- Left = 40
- Top = 48
- end
- object SkinForm: TbsBusinessSkinForm
- GradientStartColor = clBlack
- GradientEndColor = clBlack
- DrawBackground = True
- ShowIcon = False
- MaximizeOnFullScreen = False
- AlphaBlend = False
- AlphaBlendAnimation = False
- AlphaBlendValue = 200
- ShowObjectHint = False
- MenusAlphaBlend = False
- MenusAlphaBlendAnimation = False
- MenusAlphaBlendValue = 200
- DefCaptionFont.Charset = DEFAULT_CHARSET
- DefCaptionFont.Color = clBtnText
- DefCaptionFont.Height = 14
- DefCaptionFont.Name = 'Tahoma'
- DefCaptionFont.Style = [fsBold]
- DefInActiveCaptionFont.Charset = DEFAULT_CHARSET
- DefInActiveCaptionFont.Color = clBtnShadow
- DefInActiveCaptionFont.Height = 14
- DefInActiveCaptionFont.Name = 'Tahoma'
- DefInActiveCaptionFont.Style = [fsBold]
- DefMenuItemHeight = 20
- DefMenuItemFont.Charset = DEFAULT_CHARSET
- DefMenuItemFont.Color = clWindowText
- DefMenuItemFont.Height = 14
- DefMenuItemFont.Name = 'Tahoma'
- DefMenuItemFont.Style = []
- UseDefaultSysMenu = True
- SkinData = SkinDataModule.SkinData
- MinHeight = 200
- MinWidth = 360
- Magnetic = False
- MagneticSize = 5
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biRollUp]
- Left = 8
- Top = 136
- end
- end
-